Make aliasfilecheck.sh pass for the quartz backend, too.
authorSven Herzberg <sven@imendio.com>
Fri, 18 Jul 2008 15:49:14 +0000 (15:49 +0000)
committerSven Herzberg <herzi@src.gnome.org>
Fri, 18 Jul 2008 15:49:14 +0000 (15:49 +0000)
2008-07-18  Sven Herzberg  <sven@imendio.com>

Make aliasfilecheck.sh pass for the quartz backend, too.

* gtk/Makefile.am: don't include gtkquartz.h in the list of c files

svn path=/trunk/; revision=20860

ChangeLog
gtk/Makefile.am

index c8d229627bf18011b93cb536f3406cef1d121fe1..666c22414bbc5feb6e3fbb3b564d9b9da944f3f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-18  Sven Herzberg  <sven@imendio.com>
+
+       Make aliasfilecheck.sh pass for the quartz backend, too.
+
+       * gtk/Makefile.am: don't include gtkquartz.h in the list of c files
+
 2008-07-17  Runa Bhattacharjee <runabh@gmail.com>
 
        * configure.in: Added Pashto (ps) to ALL_LINGUAS
index cc07d4d4c25b350d2857bee6e0be185ae4fd7e11..6316c7600b156b8f29a1dec4495cebf328a2a8a0 100644 (file)
@@ -380,7 +380,8 @@ gtk_private_h_sources =             \
        gtktoggleactionprivate.h\
        gtktreedatalist.h       \
        gtktreeprivate.h        \
-       gtkwindow-decorate.h
+       gtkwindow-decorate.h    \
+       $(gtk_clipboard_dnd_h_sources)
 
 # GTK+ C sources to build the library from
 gtk_base_c_sources =            \
@@ -715,7 +716,8 @@ endif
 endif
 
 if USE_QUARTZ
-gtk_clipboard_dnd_c_sources = gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c gtkquartz.h
+gtk_clipboard_dnd_c_sources = gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c
+gtk_clipboard_dnd_h_sources = gtkquartz.h
 gtk_clipboard_dnd_c_sources_CFLAGS = "-xobjective-c"
 else
 gtk_clipboard_dnd_c_sources = gtkclipboard.c gtkdnd.c